function table - определение. Что такое function table
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое function table - определение

COMPUTER CODE STRUCTURE WITH A TABLE OF POINTERS TO FUNCTIONS OR SIMILAR
Function table

Dispatch table         
In computer science, a dispatch table is a table of pointers or memory addresses to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.
Padé table         
  • [[Henri Padé]].
Pade table; Padé table for exponential function
In complex analysis, a Padé table is an array, possibly of infinite extent, of the rational Padé approximants
Virtual method table         
TYPE OF TABLE
Vtable; VTBL; Virtual table; Virtual function table; Virtual Function Table; Vpointer; Virtual function pointer; Devirtualization; De-virtualization; Vftable; Vtables
In computer programming, a virtual method table (VMT), virtual function table, virtual call table, dispatch table, vtable, or vftable is a mechanism used in a programming language to support dynamic dispatch (or run-time method binding).

Википедия

Dispatch table

In computer science, a dispatch table is a table of pointers or memory addresses to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.